Skip to content

Conversation

primer[bot]
Copy link
Contributor

@primer primer bot commented Aug 12, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@primer/[email protected]

Major Changes

Minor Changes

Patch Changes

@primer/[email protected]

Patch Changes

@primer/[email protected]

Patch Changes

@primer primer bot requested a review from a team as a code owner August 12, 2025 15:50
@primer primer bot requested a review from TylerJDev August 12, 2025 15:50
Copy link
Contributor

❗ Pre-merge checklist

Please ensure these items are checked before merging.

🔎 Smoke test

  • All CI checks pass on this pull request
  • Docs and Storybook open in a browser
  • Works in CodeSandbox or StackBlitz
    • New components render successfully
    • (optional) Tested in both SPA and SSR apps if release contains build changes

🌏 Integration tests

  • Successful integration test with github/github as a primary consumer of Primer React (automated pull request)
    • Verify all CI checks have passed on automated pull request
    • Manually test critical paths in the review-lab
    • Manually test release-specific bugfixes and/or features work as described in the review-lab

🤔 Sanity test

  • All bugfixes in this release have resolved their corresponding issues
  • The issues for reverted PRs have been re-opened and commented on with a link to the reverted PR
  • No noticeable regressions have not been introduced as a result of changes in this release
  • Release notes accurately describe the changes made

🚢 After merge

  • Upgrade @primer/react version at github/github

  • Add the preview deployment's link to releases as a way of permalinking to old version's docs. Example

Please also leave any testing notes on the weekly release tracking issue. In particular, describing any issues encountered during your testing. This is helpful in providing historical context to the next release conductor as well as maintainers.

@github-actions github-actions bot added the integration-tests: recommended This change needs to be tested for breaking changes. See https://arc.net/l/quote/tdmpakpm label Aug 12, 2025
Copy link
Contributor

👋 Hi, this pull request contains changes to the source code that github/github depends on. If you are GitHub staff, we recommend testing these changes with github/github using the integration workflow. Thanks!

Copy link
Contributor

github-actions bot commented Aug 12, 2025

size-limit report 📦

Path Size
packages/react/dist/browser.esm.js 90.28 KB (0%)
packages/react/dist/browser.umd.js 90.45 KB (0%)

@primer primer bot force-pushed the changeset-release/main branch 2 times, most recently from cd2a373 to d744d4c Compare August 12, 2025 16:05
@github-actions github-actions bot requested a deployment to storybook-preview-6589 August 12, 2025 16:08 Abandoned
@github-actions github-actions bot temporarily deployed to storybook-preview-6589 August 12, 2025 16:25 Inactive
@primer primer bot force-pushed the changeset-release/main branch from d744d4c to 82a0fe4 Compare August 12, 2025 16:34
@primer primer bot force-pushed the changeset-release/main branch 3 times, most recently from f397e2e to bf3ade8 Compare August 12, 2025 16:47
@github-actions github-actions bot requested a deployment to storybook-preview-6589 August 12, 2025 16:49 Abandoned
@github-actions github-actions bot temporarily deployed to storybook-preview-6589 August 12, 2025 16:59 Inactive
@primer primer bot force-pushed the changeset-release/main branch 3 times, most recently from bbeb5b2 to f8e94f3 Compare August 12, 2025 17:20
@github-actions github-actions bot requested a deployment to storybook-preview-6589 August 12, 2025 17:22 Abandoned
@primer primer bot force-pushed the changeset-release/main branch 2 times, most recently from 7e9c308 to f3d34bc Compare August 12, 2025 17:27
@github-actions github-actions bot requested a deployment to storybook-preview-6589 August 12, 2025 17:28 Abandoned
@primer primer bot force-pushed the changeset-release/main branch from f3d34bc to 5a4262e Compare August 12, 2025 17:34
@github-actions github-actions bot temporarily deployed to storybook-preview-6589 August 12, 2025 17:37 Inactive
@primer primer bot force-pushed the changeset-release/main branch from 5a4262e to 705a7d2 Compare August 12, 2025 17:41
@@ -1,6 +1,6 @@
{
"name": "@primer/styled-react",
"version": "0.1.0",
"version": "1.0.0-rc.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ugh ideally this wouldn't be a 1.0.0 bump 😞

@lesliecdubs
Copy link
Member

Noting that there's a fix in this release that will get Primer back to MAS C* (we temporarily dropped to D https://github.com/github/accessibility-governance/issues/159#issuecomment-3207557847 due to this audit issue: https://github.com/github/accessibility-audits/issues/11950).

@TylerJDev as RC, can you please validate or request validation from a11y team on this audit issue https://github.com/github/accessibility-audits/issues/11950#issuecomment-3207556736 after this release hits dotcom?

@TylerJDev
Copy link
Member

@lesliecdubs, can do! I'm aiming to release this week once we get the additional approval needed, so if it's fixed we should be able to clear it this week 😁

@JoseInTheArena
Copy link

@TylerJDev this release is also blocking this epic from NUX. Could you make sure we release before EOW and if not give me a heads up? Let me know if I can help unblock anything for y'all!

@TylerJDev
Copy link
Member

@TylerJDev this release is also blocking this epic from NUX. Could you make sure we release before EOW and if not give me a heads up? Let me know if I can help unblock anything for y'all!

Definitely! I'll aim to release today!

@TylerJDev TylerJDev added the skip changeset This change does not need a changelog label Aug 21, 2025
@TylerJDev TylerJDev merged commit 58e4c38 into main Aug 21, 2025
43 checks passed
@TylerJDev TylerJDev deleted the changeset-release/main branch August 21, 2025 19:05
pksjce pushed a commit that referenced this pull request Aug 25, 2025
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
integration-tests: recommended This change needs to be tested for breaking changes. See https://arc.net/l/quote/tdmpakpm skip changeset This change does not need a changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants